home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Extras / Development / RKM_Companion_v2.04 / Exec_Library / Ports / smakefile < prev   
Encoding:
Makefile  |  1996-03-20  |  176 b   |  13 lines

  1. CFLAGS = nostackcheck structureequivalence ignore=73
  2.  
  3. all: port1 port2
  4.  
  5. port1: port1.c
  6.     sc link $(CFLAGS) $@
  7.  
  8. port2: port2.c
  9.     sc link $(CFLAGS) $@
  10.  
  11. clean:
  12.     -delete \#?.(o|lnk)
  13.